go.uber.org/zap/zapcore.jsonEncoder.AddInt32 (method, view implemented interface methods)
one use
go.uber.org/zap/zapcore (current package)
json_encoder.go#L328: func (enc *jsonEncoder) AddInt32(k string, v int32) { enc.AddInt64(k, int64(v)) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)